home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Utilities / TarChive / FUBcron next >
Encoding:
Text File  |  1992-08-19  |  155 b   |  6 lines

  1. #! /bin/csh 
  2. unset noclobber
  3. /bin/rm -f /tmp/FUB
  4. /u/arafel/adm/backup/FullUserBack >& /tmp/FUB
  5. /usr/ucb/Mail -s "Full User Backup `date` " root < /tmp/FUB
  6.